home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Isometric Game Programming with DirectX 7.0
/
Isometric Game Programming.iso
/
source
/
chapter21
/
isohex21_1
/
isohexcore.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-07-24
|
239 b
|
11 lines
//IsoHexCore.h
//Main header file for isometric engine components
#ifndef __ISOHEXCORE_H__
#define __ISOHEXCORE_H__
#include "IsoTilePlotter.h"
#include "IsoScroller.h"
#include "IsoTileWalker.h"
#include "IsoMouseMap.h"
#endif